home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / Nuntius 1.2 / src / Nuntius / Preferences < prev    next >
Encoding:
Text File  |  1994-03-13  |  2.8 KB  |  84 lines  |  [TEXT/MPS ]

  1. // list of ID's used to store preferences:
  2.  
  3. Folder/File: alias to folder/file
  4. ticks: long
  5. tstyl: TextStyle
  6. ApplID: GetAppleNameAndID (OSType followed by packed pascal string)
  7.  
  8. id        type            description (Boolean: text for value == true)
  9. ----------------------------------------------
  10. Vers    long            Preferences version
  11. Ver-    long            Oldest version that can use this preference file
  12.  
  13. SvIP    long            Server IP
  14. SvNa    Str255        Server name
  15. SvPo    short            NNTP port (119)
  16. STio    long            Server timeout in seconds
  17. Mntp    long            Maximun number of idle nntp connections
  18. Tntp    ticks            Max idle time for idle nntp connections
  19. XHSz    long            XHDR batch size (number of articles)
  20. Mart    long            Maximum number of articles in group database
  21. CNAT    long            Minutes between check for new articles
  22.  
  23. WYPe    VRect            Your name preferences dialog VRect
  24. WNPe    VRect            News-server preferences dialog VRect
  25. WBPe    VRect            Binaries preferences dialog VRect
  26. WEPe    VRect            Editor preferences dialog VRect
  27. WMPe    VRect            Mailer preferences dialog VRect
  28. WPas    VRect            AskPassword preferences dialog VRect
  29. WIPe    VRect            Misc preferences dialog VRect
  30.  
  31. FBin    Folder        BinHex folder
  32. BLau    Boolean        Launch application after BinHex extract
  33. BLOP    Boolean        Open document in BinHex appl
  34. BLid    File            BinHexExtract appl
  35. BiAs    Boolean        Ask for filename when extracting binaries
  36. UUna    Boolean        Use uu-supplied filename
  37.  
  38. WSav    Boolean        Save windows info?
  39. Wind    stream        Open-windows info
  40. AuUp    Boolean        Auto update subscribed groups
  41. ChNw    Boolean        Check for new groups at startup
  42.  
  43. WArt    VRect            Article window VRect
  44. TSar    tstyl            Article body text style
  45.  
  46. WDis    VRect            DiscListView window VRect
  47. TSdi    tstyl            Disclist text style
  48.  
  49. TSgl    tstyl            GroupList text style
  50. TSgt    tstyl            GroupTree text style
  51.  
  52. FNot    Folder        Folder for note files
  53.  
  54. FEdi    Folder        Folder for edit of article to post
  55. EDid    File            Alias of editor
  56. EDsi    OSType        Signature of editor
  57. DUSi    Boolean        Default use signature
  58. Sigu    File            Signature file
  59. EdHe    Boolean        Edit headers: put headers in article-file
  60. EdSi    Boolean        Edit signature: put signature in article-file
  61. WrLn    long            Auto wrap line length
  62. Tran    Str255        Name of TCHR resource
  63. AMem    long            Article text cache pre fetch max size
  64. 2022    Boolean        Use ISO-2022 encoding when posting (Japanese)
  65.  
  66. NaOK    Boolean        @adr, Name & Orga is valid (can be used when posting)
  67. @adr    Str255        @-address of person (eg. 'speck@dat.ruc.dk')
  68. Name    Str255        name of person (eg. 'Peter Speck')
  69. Orga    Str255        name of organization (eg. 'Roskilde UniversitetsCenter')
  70. UNam    Str255        user name
  71. Gate    Str255        password (crypted)
  72. AlAu    Boolean        Always authenticate, even before NNTP asks for it.
  73.  
  74. EuAp    File            Eudora alias
  75. EuOp    Boolean        Launch Eudora with document
  76. Eudo    File            Eudora launch document
  77.  
  78. artS    short            Show all/new articles in TArticleListView
  79. disS    short            Show all/todays/withNewArticles discussions in DiscList
  80. Head    Boolean        Show article headers
  81. RT13    Boolean        Use ROT13
  82.  
  83.  
  84.